Welcome![Sign In][Sign Up]
Location:
Search - Fast fourier transform in c code

Search list

[Windows Develop二维快速傅立叶变换

Description: This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.
Platform: | Size: 31491 | Author: 冰城 | Hits:

[Other resourcefftw-2.1.5

Description: FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the real transforms.
Platform: | Size: 1546448 | Author: 北科 | Hits:

[Mathimatics-Numerical algorithms快速傅利叶变换 C 语言源代码

Description: 快速傅利叶变换 C 语言源代码-Fast Fourier Transform C language source code
Platform: | Size: 12288 | Author: 李桃 | Hits:

[SCMFFTcode

Description: 快速傅立叶变换的C源代码,可以移植到各种8位-32位的单片机上-Fast Fourier Transform C source code can be transferred to various 8-bit MCU-32 on
Platform: | Size: 27648 | Author: 张三 | Hits:

[Windows Develop二维快速傅立叶变换

Description: This document introduces the techniques of fast Fourier transform and gives a source code in C for computing 2D FFT on image data.
Platform: | Size: 30720 | Author: 冰城 | Hits:

[DSP programfft_flp32_Complex

Description: 文件包为浮点快速傅立叶变换(32点)的汇编代码,运行在ADI的Visual DSP++平台上,由于结合了并行流水线指令,该算法具有很高的运行效率,可以被广泛使用在高速数字信号处理方面。-package for floating-point fast Fourier transform (32 points) compiled code, ADI operations in the Visual DSP platform, thanks to a combination of a parallel pipelined instructions, The algorithm has high operating efficiency and can be widely used in high speed digital signal processing.
Platform: | Size: 502784 | Author: 傅峰 | Hits:

[Otherfft

Description: 快速傅里叶变换(FFT)算法C++实现代码 -Fast Fourier Transform (FFT) algorithms to achieve C code
Platform: | Size: 1024 | Author: | Hits:

[AlgorithmFFT

Description: 快速傅利叶变换 C 语言源代码,可以很好移植到不同的系统-Fast Fourier Transform C language source code, can be ported to different systems
Platform: | Size: 16384 | Author: quinn yang | Hits:

[Algorithmfft

Description: FFT算法,C语言编写,用于常用的数字信号处理,经典-FFT algorithm, C language, for the commonly used digital signal processing, classical
Platform: | Size: 8192 | Author: 胡志敏 | Hits:

[Algorithmfftw-2.1.5

Description: FFTW, a collection of fast C routines to compute the Discrete Fourier Transform in one or more dimensions.The fftw/ directory contains the source code for the complex transforms, and the rfftw/ directory contains the source code for the real transforms.
Platform: | Size: 1546240 | Author: 北科 | Hits:

[Software EngineeringCsource

Description: 数字图像快速傅立叶变换,定时器,数字滤波器,无限脉冲响应,索贝尔滤波器-Fast Fourier Transform,timer,FIR, IIR, and sobel filter using in Digital Image processing,based on code composer studio 2.2 IDE
Platform: | Size: 3072 | Author: 田野 | Hits:

[AlgorithmFFT.c

Description: Fast Fourier Transform using MPI libraries (Source Code)
Platform: | Size: 3072 | Author: Chitra | Hits:

[AlgorithmFFT

Description: This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by performance benchmarks on different platforms.
Platform: | Size: 52224 | Author: nytza | Hits:

[MPIFFT

Description: 一个不错的快速傅里叶变换并行算法的MPI源程序-A MPI source code for fast Fourier transform s parallel algorithm
Platform: | Size: 4096 | Author: Juri hui | Hits:

[ConsoleFFT_kris32

Description: This source code is the 32point FFT(Fast Fourier Transform) for Real Time sampling system (like PQ meter or Digital Relay). The complex computation is realized without complex.h in this code, based on only C. -This source code is the 32point FFT(Fast Fourier Transform) for Real Time sampling system (like PQ meter or Digital Relay). The complex computation is realized without complex.h in this code, based on only C.
Platform: | Size: 644096 | Author: kriskim | Hits:

[CSharpFast_Fourier_Transform

Description: its source code about image processing using fast fourier transform in C#
Platform: | Size: 108544 | Author: dhebys | Hits:

[matlabfunction6

Description: Pass the Images Through Optics -- Use a Gaussian "Aperture Function" This code segement can use a measured aperture function just as easily - simply replace the next five lines by "load measured_aperture" where measured_aperture is the measured function strored in ASCII and the data stored in the file measured_aperture.mat is a MATLAB .mat file that contains the matrix apfunction. (in MATLAB type "help load" for how to use load and look at the c and fortran code that shows how to read and write MATLAB .mat files). (Note: When the Point Spread Function is Gaussian, then so is the Aperture function) To simulate the effect of the tracker optics, each of the movie frames is now blurred using a 2-D FFT (Fast Fourier Transform). The first frame of the resulting image is shown in Figure 1. - Pass the Images Through Optics -- Use a Gaussian "Aperture Function" This code segement can use a measured aperture function just as easily - simply replace the next five lines by "load measured_aperture" where measured_aperture is the measured function strored in ASCII and the data stored in the file measured_aperture.mat is a MATLAB .mat file that contains the matrix apfunction. (in MATLAB type "help load" for how to use load and look at the c and fortran code that shows how to read and write MATLAB .mat files). (Note: When the Point Spread Function is Gaussian, then so is the Aperture function) To simulate the effect of the tracker optics, each of the movie frames is now blurred using a 2-D FFT (Fast Fourier Transform). The first frame of the resulting image is shown in Figure 1.
Platform: | Size: 1024 | Author: sabah_altaie | Hits:

[AlgorithmFFT_CODE

Description: This code calculs the Fast Fourier Transform of a array of integer. Its a very fast algoritm to transform a signal to frequence domain.
Platform: | Size: 3072 | Author: Renan Fagundes | Hits:

[Special EffectsWritten-in-c-language-FFT-code

Description: 基于c语言编写的数字信号处理快速傅里叶变换FFT代码-Written in c language based on the digital signal processing fast Fourier transform (FFT code
Platform: | Size: 8192 | Author: langyi | Hits:

[VC/MFCFFT-C

Description: 用C语言实现的傅里叶变换的源代码,快速傅里叶变换,运用于数字信号处理-Fourier transform of C language source code, fast Fourier transform used in digital signal processing
Platform: | Size: 1024 | Author: angela | Hits:
« 12 »

CodeBus www.codebus.net